All APIs for line manager.
All
| method | description |
|---|---|
public static List<BaseLine> getAllLines(); |
get all lines.
Return:list of lines objectSupported Products:All |
public static BaseLine getLineById(int lineId); |
Get line object according to it's id.
Params:Return:line objectSupported Products:All |
| Member | description |
|---|---|
public static final String API |
The tag name of BaseLineApi,which can used in {@link com.gs.common.client.ApiClient.Builder#addApi(String)} Supported Products:All |